projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1093ec4
)
(wordify): Use empty_string.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 02:24:34 +0000
(
02:24
+0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 12 Oct 2001 02:24:34 +0000
(
02:24
+0000)
src/search.c
patch
|
blob
|
history
diff --git
a/src/search.c
b/src/search.c
index d9bddffeabffbd227dd0f058a705185558747fd5..f05f2cc0bf327a321a93b7e5c7150b1314101867 100644
(file)
--- a/
src/search.c
+++ b/
src/search.c
@@
-1971,7
+1971,7
@@
wordify (string)
if (SYNTAX (prev_c) == Sword)
word_count++;
if (!word_count)
- return
build_string ("")
;
+ return
empty_string
;
adjust = - punct_count + 5 * (word_count - 1) + 4;
if (STRING_MULTIBYTE (string))